Design with CSS Web Page.

Step 1: COLOR!

Color can be specified for web pages by using RGB values, hexdecimal values, HSB values, and color names. In this unit we discussed the case for using HSL as an excellent tool for modifying the lightness/darkness and saturation of a given hue.

Opacity (AKA transparency) can be applied to anything with color. This includes text color, background color, and images.

Use this page and CSS styesheet to practice with color and opacity values. Use the various resources to change the colors in the text and background of the elements on this page.

Step 2: FONTS!